PostDataEntry

data class PostDataEntry(bytes: String?)

Post data entry for HTTP request

Constructors

PostDataEntry
Link copied to clipboard
fun PostDataEntry(bytes: String? = null)

Properties

bytes
Link copied to clipboard
val bytes: String? = null

Sources

jvm source
Link copied to clipboard